Skip to content
Back to search
30
MCP

Gemini Bridge

pulsemcp/gemini bridge

Delegates large-context tasks from Claude to Google Gemini via subprocess, enabling token-efficient analysis of large files and codebases.

Uptime
0.0%
6 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

io.github.lykhoyda/ask-gemini
Bridge Claude with Gemini CLI for AI-to-AI collaboration, code review, and second opinions
0 tools
io.github.Lykhoyda/ask-gemini
Bridge Claude with Gemini CLI for AI-to-AI collaboration, code review, and second opinions
0 tools
gemini-mcp-bridge
Lightweight MCP server bridging Claude Code to Google's Gemini AI via official CLI
0 tools
io.github.sshahzaiib/agy-bridge
Delegate heavy tasks from Claude Code to the Antigravity CLI (Gemini) with quota-aware failover.
0 tools
iflow-mcp_elyin_gemini-bridge
Lightweight MCP server bridging Claude Code to Google's Gemini AI via official CLI
0 tools
Gemini CLI
Integrates with Google's Gemini models through API and CLI to provide intelligent code analysis, security auditing, and large-scale codebase
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "gemini_bridge": {
      "url": "None",
      "transport": "http"
    }
  }
}